TbsPolyglotManager Class |
The LangsDir property provides access to the directory in which LNG files are stored. LangsDir stores path to directory with \ at the end you can specify path without final \ then the object adds \ automatically. This property configure TbsCorePolyglot LangsDir property. There is a user-friendly property editor to modify this property in design time
property LangsDir: string read write;
// set LNG files directory to the same dir as exe file PolyglotManager.LangsDir := ExtractFileDir(ParamStr(0));